homotopy associative - traducción al ruso
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

homotopy associative - traducción al ruso

PROPERTY THAT DETERMINES HOW OPERATORS OF THE SAME PRECEDENCE ARE GROUPED IN THE ABSENCE OF PARENTHESES
Right associative operator; Right associative; Left-associative; Right-associative; Left associative; Left associativity; Right associativity

homotopy associative      

топография

гомотопически ассоциативный

associative algebra         
ALGEBRA OVER A RING SUCH THAT MULTIPLICATION IS ASSOCIATIVE
Linear associative algebra; Abelian algebra; R-algebra; Associative Algebra; Associative algebras; Associative R-algebra; Commutative R-algebra; Commutative algebra (structure); Unital associative algebra; Draft:Associative algebra; Bidimension of an associative algebra; Wedderburn principal theorem; Enveloping algebra of an associative algebra

общая лексика

ассоциативная алгебра

homotopy class         
  • isotopy]].
CONTINUOUS DEFORMATION BETWEEN TWO CONTINUOUS MAPS
Homotopic; Homotopy equivalent; Homotopy equivalence; Homotopy invariant; Homotopy class; Null-homotopic; Homotopy type; Nullhomotopic; Homotopy invariance; Homotopy of maps; Homotopically equivalent; Homotopic maps; Homotopy of paths; Homotopical; Homotopy classes; Null-homotopy; Null homotopy; Nullhomotopic map; Null homotopic; Relative homotopy; Homotopy retract; Continuous deformation; Relative homotopy class; Homotopy-equivalent; Homotopy extension and lifting property; Isotopy (topology); Homotopies

математика

гомотопический класс

Definición

associative
Associative thoughts are things that you think of because you see, hear, or think of something that reminds you of those things or which you associate with those things.
The associative guilt was ingrained in his soul...
ADJ: usu ADJ n

Wikipedia

Operator associativity

In programming language theory, the associativity of an operator is a property that determines how operators of the same precedence are grouped in the absence of parentheses. If an operand is both preceded and followed by operators (for example, ^ 3 ^), and those operators have equal precedence, then the operand may be used as input to two different operations (i.e. the two operations indicated by the two operators). The choice of which operations to apply the operand to, is determined by the associativity of the operators. Operators may be associative (meaning the operations can be grouped arbitrarily), left-associative (meaning the operations are grouped from the left), right-associative (meaning the operations are grouped from the right) or non-associative (meaning operations cannot be chained, often because the output type is incompatible with the input types). The associativity and precedence of an operator is a part of the definition of the programming language; different programming languages may have different associativity and precedence for the same type of operator.

Consider the expression a ~ b ~ c. If the operator ~ has left associativity, this expression would be interpreted as (a ~ b) ~ c. If the operator has right associativity, the expression would be interpreted as a ~ (b ~ c). If the operator is non-associative, the expression might be a syntax error, or it might have some special meaning. Some mathematical operators have inherent associativity. For example, subtraction and division, as used in conventional math notation, are inherently left-associative. Addition and multiplication, by contrast, are both left and right associative. (e.g. (a * b) * c = a * (b * c)).

Many programming language manuals provide a table of operator precedence and associativity; see, for example, the table for C and C++.

The concept of notational associativity described here is related to, but different from, the mathematical associativity. An operation that is mathematically associative, by definition requires no notational associativity. (For example, addition has the associative property, therefore it does not have to be either left associative or right associative.) An operation that is not mathematically associative, however, must be notationally left-, right-, or non-associative. (For example, subtraction does not have the associative property, therefore it must have notational associativity.)

¿Cómo se dice homotopy associative en Ruso? Traducción de &#39homotopy associative&#39 al Ruso